On this pageLoadFromFileDescriptionLoads 3D model from a specified file.ValueTypeDescriptionAFileNamestringThe path to the loaded fileADoClearBooleanThe value indicating whether to clear the scene or not (True by default)Syntaxprocedure LoadFromFile(const AFileName: string; ADoClear: Boolean = True);